home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / admin / top20net / mkpath / mkpath.txt < prev    next >
Encoding:
Text File  |  1995-03-25  |  1.0 KB  |  37 lines

  1.                           MKPATH - Make a Path V2.00
  2.  
  3.               Copyright ■ 1993-1995 by Danen Information Services
  4.                               All Rights Reserved
  5.  
  6.  
  7.  
  8. MKPATH is designed to lessen the amount of keying when creating and changing to
  9. DOS directories.
  10.  
  11. For example, you have to create c:\data\wp\letters and
  12. f:\backup\data\wp\letters and you want to end up in c:\data\wp\letters, after
  13. making the directories on both drives current.
  14.  
  15. The DOS commands would be (assuming none of the lower levels exist):
  16.  
  17.      md c:\data
  18.      md c:\data\wp
  19.      md c:\data\wp\letters
  20.      cd c:\data\wp\letters
  21.      md f:\backup
  22.      md f:\backup\data
  23.      md f:\backup\data\wp
  24.      md f:\backup\data\wp\letters
  25.      cd f:\backup\data\wp\letters
  26.      c:
  27.  
  28. MKPATH will do all this with one command:
  29.  
  30.      mkpath f:\backup\data\wp\letters c:\data\wp\letters
  31.  
  32. YOU count how many keystrokes you save, even with DOSEDIT or DOSKEY!
  33.  
  34. If you don't want to change to the created directory, simply type /NO after
  35. MKPATH, e.g. MKPATH /NO C:\A\B\C.
  36.  
  37.